home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / calendar / calendar.all next >
Text File  |  2007-12-12  |  839b  |  29 lines

  1. /*
  2.  * International and national calendar files
  3.  *
  4.  * This is the calendar master file.  In the standard setup, it is
  5.  * included by /etc/calendar/default, so you can make any system-wide
  6.  * changes there and they will be kept when you upgrade.  If you want
  7.  * to edit this file, copy it into /etc/calendar/calendar.all and
  8.  * edit it there.
  9.  *
  10.  * $FreeBSD: src/usr.bin/calendar/calendars/calendar.all,v 1.8 2002/11/19 00:29:36 grog Exp $
  11.  */
  12.  
  13. #ifndef _calendar_all_
  14. #define _calendar_all_
  15.  
  16. #include <calendar.world>
  17. #include <calendar.croatian>
  18. #include <calendar.french>
  19. #include <calendar.german>
  20. #include <calendar.southafrica>
  21. #include <calendar.russian>
  22. #include <calendar.usholiday>
  23. #include <calendar.australia>
  24. #include <calendar.newzealand>
  25. #include <calendar.belgium>
  26. #include <calendar.argentina>
  27.  
  28. #endif /* !_calendar_all_ */
  29.